Oauth2 Errors InvalidRequest

Oauth2 Errors InvalidRequest
Oauth2 Errors InvalidRequest

Indicates that the request is missing a required parameter, includes an unsupported parameter value (other than grant type), repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed

This schema was added in vSphere API 7.0.2.0.

AllOf
This class requires all of the following:
JSON Example
{
    "error": "string",
    "error_description": "string",
    "error_uri": "string"
}